net/http/httputil.maxLatencyWriter.flushPending (field)

7 uses

	net/http/httputil (current package)
		reverseproxy.go#L708: 		mlw.flushPending = true
		reverseproxy.go#L771: 	flushPending bool
		reverseproxy.go#L782: 	if m.flushPending {
		reverseproxy.go#L790: 	m.flushPending = true
		reverseproxy.go#L797: 	if !m.flushPending { // if stop was called but AfterFunc already started this goroutine
		reverseproxy.go#L801: 	m.flushPending = false
		reverseproxy.go#L807: 	m.flushPending = false